projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab70e2
)
Adwaita: Fix selection in vertical spin buttons
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 7 Feb 2020 20:42:32 +0000
(15:42 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 7 Feb 2020 20:43:07 +0000
(15:43 -0500)
This was broken by more specific selectors.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 4028bb0988e5d4b5fba4859958370a2391898b69..a1f1a6654579f23286ed0a5faef9291770ef70f7 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1203,6
+1203,8
@@
spinbutton {
min-width: 32px;
padding: 0;
border-radius: 0;
+
+ > selection { @extend %selected_items; }
}
> button {